object AboutBox: TAboutBox Left = 300 Top = 174 BorderIcons = [] BorderStyle = bsDialog Caption = 'About Result Browser' ClientHeight = 213 ClientWidth = 360 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnClick = FormClick OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 345 Height = 161 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 16 Top = 16 Width = 32 Height = 32 AutoSize = True Center = True Picture.Data = {} Stretch = True Transparent = True OnDblClick = ProgramIconDblClick IsControl = True end object ProductName: TLabel Left = 168 Top = 16 Width = 118 Height = 19 Caption = 'Result Browser' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 168 Top = 40 Width = 44 Height = 13 Caption = 'Build 100' IsControl = True end object Copyright: TLabel Left = 168 Top = 88 Width = 56 Height = 13 Caption = 'Copyright �' IsControl = True end object Label1: TLabel Left = 168 Top = 104 Width = 131 Height = 13 Caption = 'Futuremark Corporation Ltd.' WordWrap = True IsControl = True end object EDate: TLabel Left = 171 Top = 56 Width = 165 Height = 33 AutoSize = False WordWrap = True IsControl = True end object LFuturemark: TLabel Left = 56 Top = 120 Width = 212 Height = 13 Caption = 'Visit Futuremark Corporation, Ltd Home Page' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False Visible = False OnClick = LFuturemarkClick end object Lother: TLabel Left = 128 Top = 136 Width = 83 Height = 13 Caption = 'Insert second link' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False Visible = False OnClick = LotherClick end end object Button1: TButton Left = 144 Top = 176 Width = 75 Height = 25 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 1 end object PanelL: TPanel Left = 0 Top = 0 Width = 3 Height = 213 Align = alLeft BevelOuter = bvNone TabOrder = 2 OnClick = PanelLClick end object PanelR: TPanel Left = 357 Top = 0 Width = 3 Height = 213 Align = alRight BevelOuter = bvNone TabOrder = 3 OnClick = PanelRClick end end